home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / AmIRC_amsg_ame.lha / ame.amirx next >
Text File  |  2002-11-01  |  333b  |  18 lines

  1. /*
  2.  ame.amirx    by zurt
  3.  
  4.         Sends a /me message to all channels you are connected to
  5.         Envía en mensaje /me a todos los canales que estás conectado
  6.         Ninbia un mensache /me ta toz os canals que yes coneutau
  7.  
  8. */
  9.  
  10. PARSE ARG mensaje
  11.  
  12. OPTIONS RESULTS
  13.  
  14. 'ADDRESS AMIRC.1'
  15.  
  16. 'CHANNELS'
  17. 'SAY /DESCRIBE '||translate(result,","," ")||' '||mensaje
  18.